home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 6 / CU Amiga Magazine's Super CD-ROM 06 (1996)(EMAP Images)(GB)(Track 1 of 4)[!][issue 1997-01].iso / cucd / magazine / executive_v2.00 / data / developers.lzx / SysInfo / include / fd / SysInfo_lib.fd
Text File  |  2002-06-11  |  473b  |  22 lines

  1. ##base _SysInfoBase
  2. ##bias 30
  3. *-----init-----
  4. InitSysInfo()()
  5. FreeSysInfo(si)(a0)
  6. *-----load average-----
  7. GetLoadAverage(si,la)(a0,a1)
  8. *-----id-----
  9. GetPid(si)(a0)
  10. GetPpid(si)(a0)
  11. GetPgrp(si)(a0)
  12. *-----nice-----
  13. GetNice(si,which,who)(a0,d0,d1)
  14. SetNice(si,which,who,nice)(a0,d0,d1,d2)
  15. *-----notify-----
  16. AddNotify(si,flags,safety_limit)(a0,d0,d1)
  17. RemoveNotify(si,notify)(a0,a1)
  18. *-----cpu usage-----
  19. GetCpuUsage(si,usage)(a0,a1)
  20. GetTaskCpuUsage(si,usage,task)(a0,a1,a2)
  21. ##end
  22.